home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
- Turbo Spell User's Guide
-
-
-
-
-
-
-
-
- Turbo Spell - The Spelling Checker
-
- Version 1.2
-
- Released January 25, 1986
-
- (c)Copyright 1985, 1986 by Roger Egeberg. All rights reserved.
-
-
-
- Program Description:
-
- Turbo Spell is a spelling checker written for the IBM PC and
- compatibles. It was written with Turbo Pascal Version 3.0. The
- dictionary currently has about 9300 words. Another 1000 words can be
- saved in a temporary extra words list. This extra words list can be
- permanently combined into the main dictionary at any time.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 1
-
-
-
-
- Turbo Spell User's Guide
-
-
-
-
- Distribution Agreement:
-
- Individuals, clubs, and other non-profit organizations are granted
- permission by the author to freely copy the Turbo Spell program and
- documentation as long as they are not modified in any way and they are
- distributed together. No price or other consideration may be charged,
- other than a reasonable fee for copying and shipping ($7.00 maximum).
-
-
- Author: Roger Egeberg
- PO Box 65
- Argusville, ND 58005
-
-
- Acknowledgements:
-
- 1.) The window/menu routines were adapted from those originally
- written and modified by Barry Abrahamsen and Philip R. Burns.
-
- 2.) Part of the word list for the dictionary came from an ASCII
- file spell checker called SPELLER, written by John Leeson.
-
-
-
- System Requirements: IBM-PC or compatible MS-DOS computer
- 192K or more RAM
- PC/MS-DOS 2.xx
- Color graphics or monochrome display card
-
-
- Inquiries:
-
- Inquiries may be sent to me at the address above or may be left on the
- following BBS's:
-
- Fargo IBM PC Users Group BBS (701) 293-5973
- HECN BBS (701) 232-2787
-
- The most recent version of the program will usually be on the Fargo IBM
- PC Users Group BBS, and on the others as time permits. You are also
- encouraged to send your bug reports or suggestions for improvements to
- me on the above BBS's.
-
-
-
-
-
-
-
- Page 2
-
-
-
-
- Turbo Spell User's Guide
-
-
-
-
- Getting Started:
-
- The files needed to run Turbo Spell are 'tspell.com' and 'diction.ary'.
- If there is a file named 'xtraword.lst', it should be used also. I
- recommend copying these two (or three) files onto a blank disk to be
- used as a Turbo Spell work disk. Alternately, you may want to copy
- them onto the disk that has your word processing program on it, if
- there is room.
-
-
- How to run Turbo Spell:
-
- Turbo Spell is invoked from the DOS command line like this:
-
- A> TSPELL [drive/path/filename]
-
- The drive/path/filename is optional. Turbo Spell will first display an
- introductory screen and wait for you to press any key. Then it will
- read the dictionary into memory and create an index into it. Next, if
- an extra word list exists, it will be read in to memory. If you did
- not specify a file to check on the command line, you will be prompted
- for a file name.
-
- If you have given Turbo Spell a valid file name, it will create a
- backup copy of it, and begin checking that file. There must be enough
- room for the backup file on the disk. Backup files will have the same
- name as the original, except that the last letter of the file type (or
- file name, if no file type is used) will be replaced with an
- exclamation mark ( ! ).
-
- When Turbo Spell finds a word that is not in its dictionary or in its
- extra word list, it will display a menu. The word will be displayed in
- reverse video above the menu. The menu will display four choices.
- These are:
-
- 1. Word is spelled correctly, continue checking
- 2. Word is spelled correctly, remember it, & continue
- 3. Word is spelled incorrectly, input correct spelling
- 4. Quit checking this file
-
- You make a selection by pressing the appropriate number key. Let's
- take a look at each of these four choices:
-
- 1. Word is spelled correctly, continue checking:
-
- This selection means that you believe the word is
- spelled correctly. You want to continue checking
- without saving the word to the extra words list.
-
-
- Page 3
-
-
-
-
- Turbo Spell User's Guide
-
-
- 2. Word is spelled correctly, remember it, & continue:
-
- This selection means that you believe the word is
- spelled correctly. You want to save the word (remember
- it) in your extra word list, and then continue checking.
-
- 3. Word is spelled incorrectly, input correct spelling:
-
- This selection means that you believe the word is
- misspelled, and you want to enter a new spelling for it.
- The word will be displayed again, and you will be
- prompted to enter a new spelling for the word. The word
- you entered will be saved in the text file and Turbo
- Spell will continue checking.
-
- 4. Quit checking this file:
-
- This selection is in case you want to abort the
- checking. Turbo Spell will stop checking and copy the
- rest of the input file to the output file.
-
- When Turbo Spell is finished checking the file, you will be asked if
- you would like to check another. If you answer (y)es, you will be
- prompted for another file name. If you answer (n)o, the program will
- save the extra word list and return you to the DOS prompt.
-
- How to add words to the dictionary file:
-
- The words to be added to the dictionary file must be in a file named
- 'xtraword.lst'. They must be in alphabetical order and all lower case
- letters. The extra word list file that is produced by Turbo Spell is
- in this format. I recommend that you edit the file 'xtraword.lst' and
- take out the words you don't want to add to the dictionary permanently.
- Don't take out the single tilde ( ~ ) on the last line of the file. It
- is used as an 'end of words' marker. This is also the time to check
- the spelling of those words in a dictionary (the paper kind!). When
- you add a misspelled word into the dictionary, it is there permanently.
- I suggest keeping a copy of your old dictionary file and extra words
- list file for a while.
-
- If you have another list of words you want to add to the dictionary, I
- suggest you use Turbo Spell on the file first. Turbo Spell will put
- them in the file 'xtraword.lst' in the proper order and format.
-
- The dictionary is in a file called 'diction.ary'. The words to be
- added are in 'xtraword.lst'. These two files, as well as the program
- 'makedict.com' must be on the same disk. Make sure there is room on
- the disk for another file a bit larger than 'diction.ary', as the new
- dictionary will take up more room than the old dictionary. They will
- both be present on the disk when completed. The old dictionary will be
- renamed to 'diction.old'.
-
- Page 4
-
-
-
-
- Turbo Spell User's Guide
-
-
- To add to the dictionary, invoke "MAKEDICT" from the command line:
-
- A> makedict
-
- A short introductory message is displayed, then the program begins
- processing the old dictionary and the new words. Please be patient as
- this takes quite a bit of time. A message will be printed on the
- screen to tell you when the 'A' words are being processed, the 'B'
- words, etc.
-
- When it has completed, you should copy the new 'diction.ary' to the
- disk where your old dictionary was. You should also delete the old
- extra words list ('xtraword.lst') file on that disk since those words
- are now a part of your permanent dictionary. Turbo Spell will create a
- new extra words list when one is needed.
-
-
- In case of trouble:
-
- If you have any problems with Turbo Spell, I would like to hear about
- them. Please send me as much information about the problem as you can,
- including but not limited to:
-
- 1. Any error messages displayed
- 2. The number of the version of Turbo Spell that you are using
- 3. The size of the current 'diction.ary' file
- 4. The amount of free space left on the disk
- 5. The type of computer you are using, amount of RAM, version of
- DOS, etc.
- 6. Any other information that might help me track down the
- problem.
-
- If you're the first to report a real 'bug' in the program, or the first
- to report a misspelled word in the dictionary, I'll send you a copy of
- the program when the problem is corrected.
-
-
- Current Features/Limitations:
-
- - You can have a maximum of 1000 extra words in your list.
-
- - The current dictionary is about 9300 words.
-
- - Works only on ASCII files.
-
- - Dictionary and extra words list files must be on the default drive.
-
- - File to be checked can be on any drive/subdirectory.
-
-
-
-
- Page 5
-
-
-
-
- Turbo Spell User's Guide
-
-
-
- Future Plans:
-
- - Add capability to check WordStar(tm) files.
-
- - Increase efficiency of dictionary storage (more words in less space).
-
- - Add capability to handle a dictionary larger than the available RAM
- through 'page' swapping.
-
- - Increase speed of checking.
-
- - Add a configuration program to allow specifying:
-
- * Foreground/background colors for text and menus
- * Alternate drive/path location for dictionary file
- * Alternate drive/path location for extra words list file
-
- - Add additional error checking
-
- - An option to search for words similar to the one that is misspelled
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 6
-